projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad0be9a
)
(move-to-column-force): Add autoload cookie to obsolescence declaration.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 18 Jul 2002 06:14:35 +0000
(06:14 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 18 Jul 2002 06:14:35 +0000
(06:14 +0000)
lisp/rect.el
patch
|
blob
|
history
diff --git
a/lisp/rect.el
b/lisp/rect.el
index 933a2de81ff1d538e484a8a6caec3d810eedad6f..1fa5900b2c9f85278d64671e7fa7349072440a4b 100644
(file)
--- a/
lisp/rect.el
+++ b/
lisp/rect.el
@@
-41,6
+41,8
@@
As for `move-to-column', passing anything but nil or t in FLAG will move to
the desired column only if the line is long enough."
(move-to-column column (or flag t)))
+
+;;;###autoload
(make-obsolete 'move-to-column-force 'move-to-column "21.2")
;; not used any more --dv